This example uses the DLL API of DriverLINX with Builder 5.0
Standard edition.

Program Flow:

1.  Open the driver
2.  Initialize the driver and hardware
3.  Setup an Interrupt mode task to scan 8 AI channels
    at 100 Hz into a buffer and to send a buffer filled message.
4.  From the WindowsProc function (message pump), process
    the messages from DriverLINX to know when the acquisition
    is complete.  In response to the BufferFilled message, convert
    the data and place into a list box.
5.  Close the driver on exit.

This program is appropriate for any Keithley plug-in board that
has a DriverLINX driver and Analog input capabilities.

